.. _dimm Functions: ========================== dimm Functions ========================== .. toctree:: :maxdepth: 1 +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Functions** | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void\* __cdecl **dimmDemand**\(:ref:`CRes`\* pRes) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmDeviceReset**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmDirectoryExists**\(const char\* fileName) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmDirectoryRemoveFiles**\(:ref:`CString`\& sDir) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmDump**\(:ref:`CRes`\* pRes) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmDumpAllInTempOverride**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmFileExists**\(const char\* fileName) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CStringList`\* __cdecl **dimmGetAllOfType**\(unsigned int nType, int \(__cdecl \*)\(:ref:`CRes`\*) filter) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void\* __cdecl **dimmGetBiffEntry**\(int nID, unsigned long\& offset, unsigned long\& size, unsigned long\& count, view_t\& view) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | const char\* __cdecl **dimmGetLanguage**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmGetMissingBiffDLCId**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | COverridePath __cdecl **dimmGetPathForOverrideId**\(int id) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned int __cdecl **dimmGetResID**\(:ref:`CResRef`\& cResRef, int nType) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CRes`\* __cdecl **dimmGetResObject**\(:ref:`CResRef`\& cResRef, int nType, bool createIfNotExists) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmInit**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmInitPathNames**\() | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmOpenFile**\(const char\* fileName, file_t\& file) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmOpenKeyFile**\(const char\* fileName) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmRemoveResource**\(:ref:`CString`\& sDirLocation, const char\* resref, int type) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmReplaceResourceWithData**\(:ref:`CString`\& sDirLocation, const char\* resref, int type, void\* pData, unsigned long nBytes) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | const char\* __cdecl **dimmResolveFileName**\(const char\* fileName) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmResourceExists**\(const char\* resref, int type) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmScanOverrides**\(const char\* searchName, const char\* searchExt) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmServiceFromFile**\(:ref:`CRes`\* pRes, const char\* fileName, int override_id, bool useTempOverride) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **dimmServiceFromMemory**\(:ref:`CRes`\* pRes, void\* pData, int nSize, bool useTempOverride, bool makeCopy) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmUncompressResources**\(const char\* fileName) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmUnzipDirectory**\(const char\* inFile, const char\* outPath) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmWriteResourceWithData**\(:ref:`CString`\& sDirLocation, const char\* resref, int type, void\* pData, unsigned long nBytes) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **dimmZipDirectory**\(const char\* inPath, const char\* outFile, const char\* relativePath, const char\* filter, int method, int level, void\*\* zfp) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+